home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / HUMOUMOR / JIVE.LZH / JIVE.DOC next >
Text File  |  1986-10-14  |  2KB  |  48 lines

  1. JIVE is a filter for improving your grammar and diction.  Like all 
  2. filters, it uses MS-DOS filters and pipes to process input from the 
  3. standard input and send the result to the standard output.  The 
  4. default standard input device is the keyboard.  The default standard 
  5. output device is the screen.  Therefore, if you want to use jive with 
  6. these devices, just enter the following command line. 
  7.  
  8.     JIVE
  9.  
  10. The cursor moves to the blank line below the command prompt.  You can 
  11. enter a line of text.  When you press <RETURN>, JIVE processes the 
  12. line and prints it on the line below.  For example:
  13.  
  14.     I wonder if JIVE can improve the structure of this sentence.
  15.     I wonda' if JIVE kin improve da damn structure of dis sentence.  Sheeeiit.
  16.  
  17. JIVE will keep doing this until you specify the end of input by 
  18. pressing CONTROL-Z (end-of-file marker) and pressing <RETURN>.  You 
  19. can also press CONTROL-C or CONTROL-BREAK. 
  20.  
  21. You can use the < character to redirect input from a file, or the > 
  22. character to redirect output to a file.  For example, to process the 
  23. text in file JIVE.DOC and send the result to the screen, enter:
  24.  
  25.     JIVE < JIVE.DOC
  26.  
  27. To type lines and have them processed and stored in JIVE.HLP, enter:
  28.  
  29.     JIVE > JIVE.HLP
  30.  
  31. To have JIVE take the lines from file JIVE.DOC, process them, and 
  32. put them in JIVE.HLP, enter:
  33.  
  34.     JIVE < JIVE.DOC > JIVE.HLP
  35.  
  36. Another way to do the same thing is to pipe the output of the TYPE 
  37. command to JIVE, then redirect the result.  Enter:
  38.  
  39.     TYPE JIVE.DOC | JIVE > JIVE.HLP
  40.  
  41. You can do the same thing with any DOS command.  For example, try DIR 
  42. or CHKDSK. 
  43.  
  44. We hope this lesson has been helpful.  You'll have to experiment to 
  45. experience the full power and sophistication of JIVE.  It will 
  46. definitely make you a better person in the long run. 
  47.